First Container Launch


We are going to launch a nginx server in the Fargate.

Define Container

In the top image, you should notice, the Container and Task definition is completed by green check mark.

In the top image this time the service should also get the green check mark.

Now, when we go to the ECS service dashboard, we should see our created cluster. Go to the cluster qucikstart-nginx-cluster

From the Task details, we can get the IP of the server. If we visit, we should see Welcome to nginx!.

To avoid any unnecessary costing/billing, select the service and delete it.

To delete,

To make sure the service is deleted, under the cluster dashboard, 0 services and 0 tasks are running.